Html Css Color HEX #982FCB Dark Orchid

📋 copy color: '#982FCB'

red 152 ◦ green 47 ◦ blue 203

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

Shades of Dark Orchid #982FCB

Tints of Dark Orchid #982FCB

RGB

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

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

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

R = 37.81%
G = 11.69%
B = 50.5%

CMYK

 C value IS 0.25

 M value IS 0.77

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#982FCB (or 0x982FCB) is known color: Dark Orchid. HEX triplet: 98, 2F and CB. RGB value is (152,47,203). Sum of RGB (Red+Green+Blue) = 152+47+203=402 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.81% from 402); Green value is 47 (18.75% from 255 or 11.69% from 402); Blue value is 203 (79.69% from 255 or 50.50% from 402); Max value from RGB is 203 - color contains mainly: blue. Hex color #982FCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #982FCB is #67D034. Grayscale: #5F5F5F. Windows color (decimal): -6803509 or 13315992. OLE color: 13315992.

HSL color Cylindrical-coordinate representation of color #982FCB: hue angle of 280.38º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #982FCB is Cyan = 0.25, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 152 47 203 -
CMYK 0.25 0.77 0 0.20
HSL 280.38º 0.62% 0.49% -
HSV(B) 280.38º 0.77% 0.8% -
XYZ 24.74 13.02 57.71 -
YUV 96.18 188.29 167.82 -
System Red Green Blue C M Y K H S L
Decimal 152 47 203 0.25 0.77 0 0.20 280.38 0.62 0.49
Hex 98 2F CB 19 4D 0 14 118 3E 31
Octal 230 57 313 31 115 0 24 430 76 61
Binary 10011000 101111 11001011 11001 1001101 0 10100 100011000 111110 110001

Color Harmonies of #982FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982FCB

Black with #982FCB

Text Example


Text Example

White with #982FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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