Html Css Color HEX #952CBE Dark Orchid

📋 copy color: '#952CBE'

red 149 ◦ green 44 ◦ blue 190

#952CBE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Orchid #952CBE

Tints of Dark Orchid #952CBE

RGB

 RED value IS 149 (58.59% from 255) = 38.9%

 GREEN value IS 44 (17.58% from 255) = 11.49%

 BLUE value IS 190 (74.61% from 255) = 49.61%

R = 38.9%
G = 11.49%
B = 49.61%

CMYK

 C value IS 0.22

 M value IS 0.77

 Y value IS 0

 K value IS 0.25

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#952CBE (or 0x952CBE) is known color: Dark Orchid. HEX triplet: 95, 2C and BE. RGB value is (149,44,190). Sum of RGB (Red+Green+Blue) = 149+44+190=383 (50% of max value = 765). Red value is 149 (58.59% from 255 or 38.90% from 383); Green value is 44 (17.58% from 255 or 11.49% from 383); Blue value is 190 (74.61% from 255 or 49.61% from 383); Max value from RGB is 190 - color contains mainly: blue. Hex color #952CBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #952CBE is #6AD341. Grayscale: #5B5B5B. Windows color (decimal): -7000898 or 12463253. OLE color: 12463253.

HSL color Cylindrical-coordinate representation of color #952CBE: hue angle of 283.15º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #952CBE is Cyan = 0.22, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 149 44 190 -
CMYK 0.22 0.77 0 0.25
HSL 283.15º 0.62% 0.46% -
HSV(B) 283.15º 0.77% 0.75% -
XYZ 22.59 11.91 49.82 -
YUV 92.04 183.29 168.63 -
System Red Green Blue C M Y K H S L
Decimal 149 44 190 0.22 0.77 0 0.25 283.15 0.62 0.46
Hex 95 2C BE 16 4D 0 19 11B 3E 2E
Octal 225 54 276 26 115 0 31 433 76 56
Binary 10010101 101100 10111110 10110 1001101 0 11001 100011011 111110 101110

Color Harmonies of #952CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952CBE

Black with #952CBE

Text Example


Text Example

White with #952CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952CBE; }

 p { color: rgb(149,44,190); }

 H1.HeaderClassName
 {
   color: #952CBE;
 }
 .AnyTagClassName
 {
   color: #952CBE;
 }
</style>

background-color css

<style>
 a { background-color: #952CBE; }

 a { background-color: rgb(149,44,190); }

 div.DivClassName
 {
   background-color: #952CBE;
 }
 .BgClassName
 {
   background-color: #952CBE;
 }
</style>

border-color css

<style>
 span { border-color: #952CBE; }

 span { border-color: rgb(149,44,190); }

 td.TdClassName
 {
   border-color: #952CBE;
 }
 .TagClassName
 {
   border-color: #952CBE;
 }
</style>