Html Css Color HEX #952CBB Dark Orchid

📋 copy color: '#952CBB'

red 149 ◦ green 44 ◦ blue 187

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

Shades of Dark Orchid #952CBB

Tints of Dark Orchid #952CBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 49.21%

R = 39.21%
G = 11.58%
B = 49.21%

CMYK

 C value IS 0.20

 M value IS 0.76

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#952CBB (or 0x952CBB) is known color: Dark Orchid. HEX triplet: 95, 2C and BB. RGB value is (149,44,187). Sum of RGB (Red+Green+Blue) = 149+44+187=380 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.21% from 380); Green value is 44 (17.58% from 255 or 11.58% from 380); Blue value is 187 (73.44% from 255 or 49.21% from 380); Max value from RGB is 187 - color contains mainly: blue. Hex color #952CBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #952CBB is #6AD344. Grayscale: #5B5B5B. Windows color (decimal): -7000901 or 12266645. OLE color: 12266645.

HSL color Cylindrical-coordinate representation of color #952CBB: hue angle of 284.06º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #952CBB is Cyan = 0.20, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 149 44 187 -
CMYK 0.20 0.76 0 0.27
HSL 284.06º 0.62% 0.45% -
HSV(B) 284.06º 0.76% 0.73% -
XYZ 22.26 11.78 48.11 -
YUV 91.7 181.79 168.87 -
System Red Green Blue C M Y K H S L
Decimal 149 44 187 0.20 0.76 0 0.27 284.06 0.62 0.45
Hex 95 2C BB 14 4C 0 1B 11C 3E 2D
Octal 225 54 273 24 114 0 33 434 76 55
Binary 10010101 101100 10111011 10100 1001100 0 11011 100011100 111110 101101

Color Harmonies of #952CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952CBB

Black with #952CBB

Text Example


Text Example

White with #952CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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