Html Css Color HEX #902BB6 Dark Orchid

📋 copy color: '#902BB6'

red 144 ◦ green 43 ◦ blue 182

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

Shades of Dark Orchid #902BB6

Tints of Dark Orchid #902BB6

RGB

 RED value IS 144 (56.64% from 255) = 39.02%

 GREEN value IS 43 (17.19% from 255) = 11.65%

 BLUE value IS 182 (71.48% from 255) = 49.32%

R = 39.02%
G = 11.65%
B = 49.32%

CMYK

 C value IS 0.21

 M value IS 0.76

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#902BB6 (or 0x902BB6) is known color: Dark Orchid. HEX triplet: 90, 2B and B6. RGB value is (144,43,182). Sum of RGB (Red+Green+Blue) = 144+43+182=369 (48% of max value = 765). Red value is 144 (56.64% from 255 or 39.02% from 369); Green value is 43 (17.19% from 255 or 11.65% from 369); Blue value is 182 (71.48% from 255 or 49.32% from 369); Max value from RGB is 182 - color contains mainly: blue. Hex color #902BB6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #902BB6 is #6FD449. Grayscale: #585858. Windows color (decimal): -7328842 or 11938704. OLE color: 11938704.

HSL color Cylindrical-coordinate representation of color #902BB6: hue angle of 283.6º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #902BB6 is Cyan = 0.21, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 144 43 182 -
CMYK 0.21 0.76 0 0.29
HSL 283.6º 0.62% 0.44% -
HSV(B) 283.6º 0.76% 0.71% -
XYZ 20.81 11.03 45.29 -
YUV 89.05 180.46 167.2 -
System Red Green Blue C M Y K H S L
Decimal 144 43 182 0.21 0.76 0 0.29 283.6 0.62 0.44
Hex 90 2B B6 15 4C 0 1D 11C 3E 2C
Octal 220 53 266 25 114 0 35 434 76 54
Binary 10010000 101011 10110110 10101 1001100 0 11101 100011100 111110 101100

Color Harmonies of #902BB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #902BB6

Black with #902BB6

Text Example


Text Example

White with #902BB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #902BB6; }

 p { color: rgb(144,43,182); }

 H1.HeaderClassName
 {
   color: #902BB6;
 }
 .AnyTagClassName
 {
   color: #902BB6;
 }
</style>

background-color css

<style>
 a { background-color: #902BB6; }

 a { background-color: rgb(144,43,182); }

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

border-color css

<style>
 span { border-color: #902BB6; }

 span { border-color: rgb(144,43,182); }

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