Html Css Color HEX #951BC4 Dark Orchid

📋 copy color: '#951BC4'

red 149 ◦ green 27 ◦ blue 196

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

Shades of Dark Orchid #951BC4

Tints of Dark Orchid #951BC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 52.69%

R = 40.05%
G = 7.26%
B = 52.69%

CMYK

 C value IS 0.24

 M value IS 0.86

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#951BC4 (or 0x951BC4) is known color: Dark Orchid. HEX triplet: 95, 1B and C4. RGB value is (149,27,196). Sum of RGB (Red+Green+Blue) = 149+27+196=372 (49% of max value = 765). Red value is 149 (58.59% from 255 or 40.05% from 372); Green value is 27 (10.94% from 255 or 7.26% from 372); Blue value is 196 (76.95% from 255 or 52.69% from 372); Max value from RGB is 196 - color contains mainly: blue. Hex color #951BC4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #951BC4 is #6AE43B. Grayscale: #525252. Windows color (decimal): -7005244 or 12852117. OLE color: 12852117.

HSL color Cylindrical-coordinate representation of color #951BC4: hue angle of 283.31º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #951BC4 is Cyan = 0.24, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 149 27 196 -
CMYK 0.24 0.86 0 0.23
HSL 283.31º 0.76% 0.44% -
HSV(B) 283.31º 0.86% 0.77% -
XYZ 22.75 11.16 53.18 -
YUV 82.74 191.92 175.26 -
System Red Green Blue C M Y K H S L
Decimal 149 27 196 0.24 0.86 0 0.23 283.31 0.76 0.44
Hex 95 1B C4 18 56 0 17 11B 4C 2C
Octal 225 33 304 30 126 0 27 433 114 54
Binary 10010101 11011 11000100 11000 1010110 0 10111 100011011 1001100 101100

Color Harmonies of #951BC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951BC4

Black with #951BC4

Text Example


Text Example

White with #951BC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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