Html Css Color HEX #961BCB Dark Orchid

📋 copy color: '#961BCB'

red 150 ◦ green 27 ◦ blue 203

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

Shades of Dark Orchid #961BCB

Tints of Dark Orchid #961BCB

RGB

 RED value IS 150 (58.98% from 255) = 39.47%

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

 BLUE value IS 203 (79.69% from 255) = 53.42%

R = 39.47%
G = 7.11%
B = 53.42%

CMYK

 C value IS 0.26

 M value IS 0.87

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#961BCB (or 0x961BCB) is known color: Dark Orchid. HEX triplet: 96, 1B and CB. RGB value is (150,27,203). Sum of RGB (Red+Green+Blue) = 150+27+203=380 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.47% from 380); Green value is 27 (10.94% from 255 or 7.11% from 380); Blue value is 203 (79.69% from 255 or 53.42% from 380); Max value from RGB is 203 - color contains mainly: blue. Hex color #961BCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #961BCB is #69E434. Grayscale: #535353. Windows color (decimal): -6939701 or 13310870. OLE color: 13310870.

HSL color Cylindrical-coordinate representation of color #961BCB: hue angle of 281.93º 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 #961BCB is Cyan = 0.26, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 150 27 203 -
CMYK 0.26 0.87 0 0.20
HSL 281.93º 0.77% 0.45% -
HSV(B) 281.93º 0.87% 0.8% -
XYZ 23.75 11.58 57.48 -
YUV 83.84 195.25 175.19 -
System Red Green Blue C M Y K H S L
Decimal 150 27 203 0.26 0.87 0 0.20 281.93 0.77 0.45
Hex 96 1B CB 1A 57 0 14 11A 4D 2D
Octal 226 33 313 32 127 0 24 432 115 55
Binary 10010110 11011 11001011 11010 1010111 0 10100 100011010 1001101 101101

Color Harmonies of #961BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961BCB

Black with #961BCB

Text Example


Text Example

White with #961BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #961BCB; }

 p { color: rgb(150,27,203); }

 H1.HeaderClassName
 {
   color: #961BCB;
 }
 .AnyTagClassName
 {
   color: #961BCB;
 }
</style>

background-color css

<style>
 a { background-color: #961BCB; }

 a { background-color: rgb(150,27,203); }

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

border-color css

<style>
 span { border-color: #961BCB; }

 span { border-color: rgb(150,27,203); }

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