Html Css Color HEX #952ACB Dark Orchid

📋 copy color: '#952ACB'

red 149 ◦ green 42 ◦ blue 203

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

Shades of Dark Orchid #952ACB

Tints of Dark Orchid #952ACB

RGB

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

 GREEN value IS 42 (16.8% from 255) = 10.66%

 BLUE value IS 203 (79.69% from 255) = 51.52%

R = 37.82%
G = 10.66%
B = 51.52%

CMYK

 C value IS 0.27

 M value IS 0.79

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#952ACB (or 0x952ACB) is known color: Dark Orchid. HEX triplet: 95, 2A and CB. RGB value is (149,42,203). Sum of RGB (Red+Green+Blue) = 149+42+203=394 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.82% from 394); Green value is 42 (16.80% from 255 or 10.66% from 394); Blue value is 203 (79.69% from 255 or 51.52% from 394); Max value from RGB is 203 - color contains mainly: blue. Hex color #952ACB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #952ACB is #6AD534. Grayscale: #5B5B5B. Windows color (decimal): -7001397 or 13314709. OLE color: 13314709.

HSL color Cylindrical-coordinate representation of color #952ACB: hue angle of 279.88º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #952ACB is Cyan = 0.27, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 149 42 203 -
CMYK 0.27 0.79 0 0.20
HSL 279.88º 0.66% 0.48% -
HSV(B) 279.88º 0.79% 0.8% -
XYZ 24 12.36 57.62 -
YUV 92.35 190.45 168.41 -
System Red Green Blue C M Y K H S L
Decimal 149 42 203 0.27 0.79 0 0.20 279.88 0.66 0.48
Hex 95 2A CB 1B 4F 0 14 118 42 30
Octal 225 52 313 33 117 0 24 430 102 60
Binary 10010101 101010 11001011 11011 1001111 0 10100 100011000 1000010 110000

Color Harmonies of #952ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952ACB

Black with #952ACB

Text Example


Text Example

White with #952ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,42,203); }

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

background-color css

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

 a { background-color: rgb(149,42,203); }

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

border-color css

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

 span { border-color: rgb(149,42,203); }

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