Html Css Color HEX #951BAC Dark Orchid

📋 copy color: '#951BAC'

red 149 ◦ green 27 ◦ blue 172

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

Shades of Dark Orchid #951BAC

Tints of Dark Orchid #951BAC

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.76%

 BLUE value IS 172 (67.58% from 255) = 49.43%

R = 42.82%
G = 7.76%
B = 49.43%

CMYK

 C value IS 0.13

 M value IS 0.84

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#951BAC (or 0x951BAC) is known color: Dark Orchid. HEX triplet: 95, 1B and AC. RGB value is (149,27,172). Sum of RGB (Red+Green+Blue) = 149+27+172=348 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.82% from 348); Green value is 27 (10.94% from 255 or 7.76% from 348); Blue value is 172 (67.58% from 255 or 49.43% from 348); Max value from RGB is 172 - color contains mainly: blue. Hex color #951BAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #951BAC is #6AE453. Grayscale: #4F4F4F. Windows color (decimal): -7005268 or 11279253. OLE color: 11279253.

HSL color Cylindrical-coordinate representation of color #951BAC: hue angle of 290.48º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #951BAC is Cyan = 0.13, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 149 27 172 -
CMYK 0.13 0.84 0 0.33
HSL 290.48º 0.73% 0.39% -
HSV(B) 290.48º 0.84% 0.67% -
XYZ 20.23 10.15 39.92 -
YUV 80.01 179.92 177.21 -
System Red Green Blue C M Y K H S L
Decimal 149 27 172 0.13 0.84 0 0.33 290.48 0.73 0.39
Hex 95 1B AC D 54 0 21 122 49 27
Octal 225 33 254 15 124 0 41 442 111 47
Binary 10010101 11011 10101100 1101 1010100 0 100001 100100010 1001001 100111

Color Harmonies of #951BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951BAC

Black with #951BAC

Text Example


Text Example

White with #951BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,27,172); }

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

background-color css

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

 a { background-color: rgb(149,27,172); }

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

border-color css

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

 span { border-color: rgb(149,27,172); }

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