Html Css Color HEX #961FCB Dark Orchid

📋 copy color: '#961FCB'

red 150 ◦ green 31 ◦ blue 203

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

Shades of Dark Orchid #961FCB

Tints of Dark Orchid #961FCB

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.07%

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

R = 39.06%
G = 8.07%
B = 52.86%

CMYK

 C value IS 0.26

 M value IS 0.85

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#961FCB (or 0x961FCB) is known color: Dark Orchid. HEX triplet: 96, 1F and CB. RGB value is (150,31,203). Sum of RGB (Red+Green+Blue) = 150+31+203=384 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.06% from 384); Green value is 31 (12.5% from 255 or 8.07% from 384); Blue value is 203 (79.69% from 255 or 52.86% from 384); Max value from RGB is 203 - color contains mainly: blue. Hex color #961FCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #961FCB is #69E034. Grayscale: #555555. Windows color (decimal): -6938677 or 13311894. OLE color: 13311894.

HSL color Cylindrical-coordinate representation of color #961FCB: hue angle of 281.51º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #961FCB is Cyan = 0.26, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 150 31 203 -
CMYK 0.26 0.85 0 0.20
HSL 281.51º 0.74% 0.46% -
HSV(B) 281.51º 0.85% 0.8% -
XYZ 23.85 11.78 57.52 -
YUV 86.19 193.92 173.51 -
System Red Green Blue C M Y K H S L
Decimal 150 31 203 0.26 0.85 0 0.20 281.51 0.74 0.46
Hex 96 1F CB 1A 55 0 14 11A 4A 2E
Octal 226 37 313 32 125 0 24 432 112 56
Binary 10010110 11111 11001011 11010 1010101 0 10100 100011010 1001010 101110

Color Harmonies of #961FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961FCB

Black with #961FCB

Text Example


Text Example

White with #961FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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