Html Css Color HEX #951ACC Dark Orchid

📋 copy color: '#951ACC'

red 149 ◦ green 26 ◦ blue 204

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

Shades of Dark Orchid #951ACC

Tints of Dark Orchid #951ACC

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.86%

 BLUE value IS 204 (80.08% from 255) = 53.83%

R = 39.31%
G = 6.86%
B = 53.83%

CMYK

 C value IS 0.27

 M value IS 0.87

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#951ACC (or 0x951ACC) is known color: Dark Orchid. HEX triplet: 95, 1A and CC. RGB value is (149,26,204). Sum of RGB (Red+Green+Blue) = 149+26+204=379 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.31% from 379); Green value is 26 (10.55% from 255 or 6.86% from 379); Blue value is 204 (80.08% from 255 or 53.83% from 379); Max value from RGB is 204 - color contains mainly: blue. Hex color #951ACC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #951ACC is #6AE533. Grayscale: #525252. Windows color (decimal): -7005492 or 13376149. OLE color: 13376149.

HSL color Cylindrical-coordinate representation of color #951ACC: hue angle of 281.46º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #951ACC is Cyan = 0.27, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 149 26 204 -
CMYK 0.27 0.87 0 0.2
HSL 281.46º 0.77% 0.45% -
HSV(B) 281.46º 0.87% 0.8% -
XYZ 23.66 11.49 58.1 -
YUV 83.07 196.25 175.03 -
System Red Green Blue C M Y K H S L
Decimal 149 26 204 0.27 0.87 0 0.2 281.46 0.77 0.45
Hex 95 1A CC 1B 57 0 14 119 4D 2D
Octal 225 32 314 33 127 0 24 431 115 55
Binary 10010101 11010 11001100 11011 1010111 0 10100 100011001 1001101 101101

Color Harmonies of #951ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951ACC

Black with #951ACC

Text Example


Text Example

White with #951ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951ACC; }

 p { color: rgb(149,26,204); }

 H1.HeaderClassName
 {
   color: #951ACC;
 }
 .AnyTagClassName
 {
   color: #951ACC;
 }
</style>

background-color css

<style>
 a { background-color: #951ACC; }

 a { background-color: rgb(149,26,204); }

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

border-color css

<style>
 span { border-color: #951ACC; }

 span { border-color: rgb(149,26,204); }

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