Html Css Color HEX #902ABF Dark Orchid

📋 copy color: '#902ABF'

red 144 ◦ green 42 ◦ blue 191

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

Shades of Dark Orchid #902ABF

Tints of Dark Orchid #902ABF

RGB

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

 GREEN value IS 42 (16.8% from 255) = 11.14%

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

R = 38.2%
G = 11.14%
B = 50.66%

CMYK

 C value IS 0.25

 M value IS 0.78

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#902ABF (or 0x902ABF) is known color: Dark Orchid. HEX triplet: 90, 2A and BF. RGB value is (144,42,191). Sum of RGB (Red+Green+Blue) = 144+42+191=377 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.20% from 377); Green value is 42 (16.80% from 255 or 11.14% from 377); Blue value is 191 (75% from 255 or 50.66% from 377); Max value from RGB is 191 - color contains mainly: blue. Hex color #902ABF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #902ABF is #6FD540. Grayscale: #585858. Windows color (decimal): -7329089 or 12528272. OLE color: 12528272.

HSL color Cylindrical-coordinate representation of color #902ABF: hue angle of 281.07º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #902ABF is Cyan = 0.25, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 144 42 191 -
CMYK 0.25 0.78 0 0.25
HSL 281.07º 0.64% 0.46% -
HSV(B) 281.07º 0.78% 0.75% -
XYZ 21.73 11.35 50.33 -
YUV 89.48 185.29 166.88 -
System Red Green Blue C M Y K H S L
Decimal 144 42 191 0.25 0.78 0 0.25 281.07 0.64 0.46
Hex 90 2A BF 19 4E 0 19 119 40 2E
Octal 220 52 277 31 116 0 31 431 100 56
Binary 10010000 101010 10111111 11001 1001110 0 11001 100011001 1000000 101110

Color Harmonies of #902ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #902ABF

Black with #902ABF

Text Example


Text Example

White with #902ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,42,191); }

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

background-color css

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

 a { background-color: rgb(144,42,191); }

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

border-color css

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

 span { border-color: rgb(144,42,191); }

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