Html Css Color HEX #953CB6 Dark Orchid

📋 copy color: '#953CB6'

red 149 ◦ green 60 ◦ blue 182

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

Shades of Dark Orchid #953CB6

Tints of Dark Orchid #953CB6

RGB

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

 GREEN value IS 60 (23.83% from 255) = 15.35%

 BLUE value IS 182 (71.48% from 255) = 46.55%

R = 38.11%
G = 15.35%
B = 46.55%

CMYK

 C value IS 0.18

 M value IS 0.67

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#953CB6 (or 0x953CB6) is known color: Dark Orchid. HEX triplet: 95, 3C and B6. RGB value is (149,60,182). Sum of RGB (Red+Green+Blue) = 149+60+182=391 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.11% from 391); Green value is 60 (23.83% from 255 or 15.35% from 391); Blue value is 182 (71.48% from 255 or 46.55% from 391); Max value from RGB is 182 - color contains mainly: blue. Hex color #953CB6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #953CB6 is #6AC349. Grayscale: #646464. Windows color (decimal): -6996810 or 11943061. OLE color: 11943061.

HSL color Cylindrical-coordinate representation of color #953CB6: hue angle of 283.77º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #953CB6 is Cyan = 0.18, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 149 60 182 -
CMYK 0.18 0.67 0 0.29
HSL 283.77º 0.5% 0.47% -
HSV(B) 283.77º 0.67% 0.71% -
XYZ 22.45 13 45.58 -
YUV 100.52 173.99 162.58 -
System Red Green Blue C M Y K H S L
Decimal 149 60 182 0.18 0.67 0 0.29 283.77 0.5 0.47
Hex 95 3C B6 12 43 0 1D 11C 32 2F
Octal 225 74 266 22 103 0 35 434 62 57
Binary 10010101 111100 10110110 10010 1000011 0 11101 100011100 110010 101111

Color Harmonies of #953CB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953CB6

Black with #953CB6

Text Example


Text Example

White with #953CB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953CB6; }

 p { color: rgb(149,60,182); }

 H1.HeaderClassName
 {
   color: #953CB6;
 }
 .AnyTagClassName
 {
   color: #953CB6;
 }
</style>

background-color css

<style>
 a { background-color: #953CB6; }

 a { background-color: rgb(149,60,182); }

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

border-color css

<style>
 span { border-color: #953CB6; }

 span { border-color: rgb(149,60,182); }

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