Html Css Color HEX #961DBF Dark Orchid

📋 copy color: '#961DBF'

red 150 ◦ green 29 ◦ blue 191

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

Shades of Dark Orchid #961DBF

Tints of Dark Orchid #961DBF

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.84%

 BLUE value IS 191 (75% from 255) = 51.62%

R = 40.54%
G = 7.84%
B = 51.62%

CMYK

 C value IS 0.21

 M value IS 0.85

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#961DBF (or 0x961DBF) is known color: Dark Orchid. HEX triplet: 96, 1D and BF. RGB value is (150,29,191). Sum of RGB (Red+Green+Blue) = 150+29+191=370 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.54% from 370); Green value is 29 (11.72% from 255 or 7.84% from 370); Blue value is 191 (75% from 255 or 51.62% from 370); Max value from RGB is 191 - color contains mainly: blue. Hex color #961DBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #961DBF is #69E240. Grayscale: #535353. Windows color (decimal): -6939201 or 12524950. OLE color: 12524950.

HSL color Cylindrical-coordinate representation of color #961DBF: hue angle of 284.81º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #961DBF is Cyan = 0.21, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 150 29 191 -
CMYK 0.21 0.85 0 0.25
HSL 284.81º 0.74% 0.43% -
HSV(B) 284.81º 0.85% 0.75% -
XYZ 22.42 11.12 50.26 -
YUV 83.65 188.59 175.33 -
System Red Green Blue C M Y K H S L
Decimal 150 29 191 0.21 0.85 0 0.25 284.81 0.74 0.43
Hex 96 1D BF 15 55 0 19 11D 4A 2B
Octal 226 35 277 25 125 0 31 435 112 53
Binary 10010110 11101 10111111 10101 1010101 0 11001 100011101 1001010 101011

Color Harmonies of #961DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961DBF

Black with #961DBF

Text Example


Text Example

White with #961DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,29,191); }

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

background-color css

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

 a { background-color: rgb(150,29,191); }

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

border-color css

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

 span { border-color: rgb(150,29,191); }

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