Html Css Color HEX #982FAB Dark Orchid

📋 copy color: '#982FAB'

red 152 ◦ green 47 ◦ blue 171

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

Shades of Dark Orchid #982FAB

Tints of Dark Orchid #982FAB

RGB

 RED value IS 152 (59.77% from 255) = 41.08%

 GREEN value IS 47 (18.75% from 255) = 12.7%

 BLUE value IS 171 (67.19% from 255) = 46.22%

R = 41.08%
G = 12.7%
B = 46.22%

CMYK

 C value IS 0.11

 M value IS 0.73

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#982FAB (or 0x982FAB) is known color: Dark Orchid. HEX triplet: 98, 2F and AB. RGB value is (152,47,171). Sum of RGB (Red+Green+Blue) = 152+47+171=370 (49% of max value = 765). Red value is 152 (59.77% from 255 or 41.08% from 370); Green value is 47 (18.75% from 255 or 12.70% from 370); Blue value is 171 (67.19% from 255 or 46.22% from 370); Max value from RGB is 171 - color contains mainly: blue. Hex color #982FAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #982FAB is #67D054. Grayscale: #5C5C5C. Windows color (decimal): -6803541 or 11218840. OLE color: 11218840.

HSL color Cylindrical-coordinate representation of color #982FAB: hue angle of 290.81º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #982FAB is Cyan = 0.11, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 152 47 171 -
CMYK 0.11 0.73 0 0.33
HSL 290.81º 0.57% 0.43% -
HSV(B) 290.81º 0.73% 0.67% -
XYZ 21.32 11.65 39.65 -
YUV 92.53 172.29 170.42 -
System Red Green Blue C M Y K H S L
Decimal 152 47 171 0.11 0.73 0 0.33 290.81 0.57 0.43
Hex 98 2F AB B 49 0 21 123 39 2B
Octal 230 57 253 13 111 0 41 443 71 53
Binary 10011000 101111 10101011 1011 1001001 0 100001 100100011 111001 101011

Color Harmonies of #982FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982FAB

Black with #982FAB

Text Example


Text Example

White with #982FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #982FAB; }

 p { color: rgb(152,47,171); }

 H1.HeaderClassName
 {
   color: #982FAB;
 }
 .AnyTagClassName
 {
   color: #982FAB;
 }
</style>

background-color css

<style>
 a { background-color: #982FAB; }

 a { background-color: rgb(152,47,171); }

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

border-color css

<style>
 span { border-color: #982FAB; }

 span { border-color: rgb(152,47,171); }

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