Html Css Color HEX #951BAF Dark Orchid

📋 copy color: '#951BAF'

red 149 ◦ green 27 ◦ blue 175

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

Shades of Dark Orchid #951BAF

Tints of Dark Orchid #951BAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 49.86%

R = 42.45%
G = 7.69%
B = 49.86%

CMYK

 C value IS 0.15

 M value IS 0.85

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#951BAF (or 0x951BAF) is known color: Dark Orchid. HEX triplet: 95, 1B and AF. RGB value is (149,27,175). Sum of RGB (Red+Green+Blue) = 149+27+175=351 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.45% from 351); Green value is 27 (10.94% from 255 or 7.69% from 351); Blue value is 175 (68.75% from 255 or 49.86% from 351); Max value from RGB is 175 - color contains mainly: blue. Hex color #951BAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #951BAF is #6AE450. Grayscale: #4F4F4F. Windows color (decimal): -7005265 or 11475861. OLE color: 11475861.

HSL color Cylindrical-coordinate representation of color #951BAF: hue angle of 289.46º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #951BAF is Cyan = 0.15, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 149 27 175 -
CMYK 0.15 0.85 0 0.31
HSL 289.46º 0.73% 0.4% -
HSV(B) 289.46º 0.85% 0.69% -
XYZ 20.52 10.27 41.46 -
YUV 80.35 181.42 176.97 -
System Red Green Blue C M Y K H S L
Decimal 149 27 175 0.15 0.85 0 0.31 289.46 0.73 0.4
Hex 95 1B AF F 55 0 1F 121 49 28
Octal 225 33 257 17 125 0 37 441 111 50
Binary 10010101 11011 10101111 1111 1010101 0 11111 100100001 1001001 101000

Color Harmonies of #951BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951BAF

Black with #951BAF

Text Example


Text Example

White with #951BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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